Welcome![Sign In][Sign Up]
Location:
Search - cpu scheduling

Search list

[OS DevelopCPU调度C语言实现

Description: CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT          6时间的延迟;          7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Platform: | Size: 1024 | Author: 蒋涛 | Hits:

[MultiLanguage601caitao CPU 完整版

Description: 为了更好学习和掌握CPU调度的各种算法,现实践练习编程,源程序里运用大量所学的C语言程序,在较好的理解CPU调度各种算法下,编写的此程序实现的功能是“最短作业优先调度”,经多次反复修改,现已能在TC环境下运行通过。-order to better study and master CPU scheduling algorithms, programming is practical exercises, the source Lane used a lot of learning by C language program, a better understanding of the CPU scheduling algorithms, the preparation of this program function is to "minimum operating priority scheduling," by repeatedly amended , TC is now able to run through the environment.
Platform: | Size: 1024 | Author: 蒋涛 | Hits:

[Windows DevelopToyOS

Description: 模拟操作系统的小程序,支持对命令的解析,模拟 CPU调度-operating system simulation of small procedures, in order to support the analysis and simulation CPU scheduling
Platform: | Size: 30720 | Author: 李一多 | Hits:

[Otherprocedul--simulate

Description: 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The operating system is operating.
Platform: | Size: 129024 | Author: 好想见到你 | Hits:

[OtherProcessScheduling

Description: 此为CPU进程调度的C语言源程序,很有用,自己编译后运行后觉得还可以,希望试试。-this process for CPU scheduling C language source code and useful, they compiled after the operation I felt that I could, Try hope.
Platform: | Size: 2048 | Author: huangchao | Hits:

[OS DevelopCPUScheduler

Description: 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Platform: | Size: 8192 | Author: 陈聪 | Hits:

[Data structsCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Platform: | Size: 19456 | Author: tennic | Hits:

[Program docos-CPU+scheduling

Description: 来自印度迈索尔大学的外教的操作系统的课件-Mysore University, India from native operating systems courseware
Platform: | Size: 165888 | Author: 王闯 | Hits:

[JSP/JavaMemory

Description: 操作系统的cpu调度以及内存管理的java实现-Cpu scheduling the operating system and memory management to achieve the java
Platform: | Size: 4096 | Author: Sung | Hits:

[DocumentsJob-Scheduling

Description: 一、目的要求   用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解。 二、例题:为单道批处理系统设计一个作业调度程序。   由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。   作业调度算法:采用先来先服务(FCFS)调度算法,即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 -First, the purpose of high-level language requires writing and debugging of one or more job scheduling simulation procedures in order to deepen their understanding of job scheduling algorithms. B, Example: In order to single-channel system, the design of a batch job scheduling procedures. Road as a result of a single batch system, the operation of a put into operation, it would occupy all the resources until the computer s operation has been completed, so no need to consider when scheduling operation of the resources it needs are met, it is occupied by factors such as CPU time limit. Scheduling Algorithm: The First Come First Served (FCFS) scheduling algorithm, that is, according to the order of operations submitted for scheduling. Scheduling is always first in the system waiting for the longest operations.
Platform: | Size: 73728 | Author: Anson | Hits:

[JSP/JavaOS_System

Description: 这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.-This is a simple operating system, mainly used to simulate a disk file, mainly to achieve CPU scheduling and document management system.
Platform: | Size: 135168 | Author: 王五 | Hits:

[Windows Developcpudiaodu

Description: cpu的模拟调度,用2种常见的算法实现了cpu的简单调度-cpu scheduling simulation, two kinds of commonly used algorithms simple cpu scheduling
Platform: | Size: 2048 | Author: | Hits:

[Windows DevelopCPU

Description: 提供了几种不同的cpu调度算法,包括FCFS,RR,JSP,优先级调度等算法。-Provided several different types of cpu scheduling algorithm, including FCFS, RR, JSP, such as priority scheduling algorithm.
Platform: | Size: 41984 | Author: liove | Hits:

[Process-Threadscheduling

Description: 设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间-Design a program may enter 1, 2 several trips, each trip of the other CPU storms red time (ms) 3, the arrival time 4, and obtained the order of priority 1, FCFS 2, SJF- can not be the first to 3, SJF-- can be the first to 4, Priority 5, RR average wait time
Platform: | Size: 2048 | Author: attackk | Hits:

[OS Developcpudd

Description: java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
Platform: | Size: 4096 | Author: wayne | Hits:

[Linux-UnixCPU_Schedu641153212002

Description: This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
Platform: | Size: 2048 | Author: Saurabh | Hits:

[OS programOperatingSystemsCPUScheduling

Description: document having the details about different cpu scheduling techqnics
Platform: | Size: 6144 | Author: rajeshreddy | Hits:

[Algorithml5

Description: Algorithm - CPU Scheduling- Algorithm- CPU Scheduling
Platform: | Size: 367616 | Author: vitor | Hits:

[Windows Developscheduling

Description: it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
Platform: | Size: 2048 | Author: Rasenganram | Hits:

[Internet-NetworkEX3_CPU_SCHEDULING_ALGORITHM

Description: A simple program for implementing the CPU Scheduling in Linux/UNIX Environment
Platform: | Size: 9216 | Author: Prabha | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net